home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / tools / hdbcalc.com / HDBCALC.DOC < prev   
Encoding:
Text File  |  1989-04-21  |  7.4 KB  |  200 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                    HDBCALC - HEX/DECIMAL/BINARY CALCULATOR
  11.                    ---------------------------------------
  12.  
  13.                        (C) Copyright 1988, Jim Lynch
  14.  
  15.  
  16.                                 Ver   1.00
  17.  
  18.  
  19.                                 USER MANUAL
  20.                                 -----------
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.         INTRODUCTION
  29.         ------------
  30.  
  31.         HDBCALC is a 16 bit programmers calculator, distributed in its
  32.         non-memory resident form as Shareware, and may be freely copied
  33.         and distributed, unaltered, provided this document file accompanies
  34.         the program. If you find this calculator useful, a $10 registration
  35.         fee is required, for which you will receive the memory resident
  36.         version. Comments and suggestions are also welcome. Thank you very
  37.         much.
  38.  
  39.  
  40.  
  41.         SYSTEM REQUIREMENTS
  42.         -------------------
  43.         HDBCALC requires DOS 2.xx (memory resident version requires DOS 3.xx).
  44.         Both versions will run on monochrome and color (CGA, EGA & VGA) video
  45.         adapters.
  46.  
  47.  
  48.  
  49.         CALCULATOR DISPLAY
  50.         ------------------
  51.  
  52.         The main display uses hi-liting to indicate which numbers are
  53.         the result of the current operation (bright), and which are left
  54.         over from a previous operation (normal); therefore it is important
  55.         to adjust the brightness/contrast of your monitor so that bright
  56.         and normal can be distinguished.
  57.  
  58.         Numbers can be entered into any field by using the function keys
  59.         to move the block cursor. Math and Logical operations are selected by
  60.         positioning the block over the desired operation and pressing ENTER.
  61.         The result of the operation will appear in Line C.
  62.  
  63.         Single number operations (i.e., SHR) are performed on the number
  64.         in Line A.
  65.  
  66.         To perform repeated operations, press the PageUp key to move the
  67.         result values (Line C) to Line A, and then repeat the desired
  68.         operation.
  69.  
  70.         In the lower right hand corner, two status flags are shown. These
  71.         reflect the state of the CPU's status flags as set by the last
  72.         operation performed.
  73.  
  74.  
  75.         FUNCTION KEYS
  76.         -------------
  77.         Complete on-screen help is provided for function key operation,
  78.         and is not repeated here. One thing that may not be self-evident
  79.         is how to exit from the shareware notice or move from the help
  80.         window back to the calculator  - press any key.
  81.  
  82.  
  83.         WHAT IS SHAREWARE?
  84.         ------------------
  85.         The following statement is provided by the Association of Shareware
  86.         Professionals (ASP).
  87.  
  88.         "Shareware distribution gives users a chance to try software
  89.         before buying it.  If you try a Shareware program and continue
  90.         using it, you are expected to register. Individual programs
  91.         differ on details -- some request registration while others
  92.         require it, some specify a maximum trial period.  With
  93.         registration, you get anything from the simple right to
  94.         continue using the software to an updated program with printed
  95.         manual.
  96.  
  97.         Copyright laws apply to both Shareware and commercial
  98.         software, and the copyright holder retains all rights, with a
  99.         few specific exceptions as stated below. Shareware authors are
  100.         accomplished programmers, just like commercial authors, and
  101.         the programs are of comparable quality. (In both cases, there
  102.         are good programs and bad ones!) The main difference is in the
  103.         method of distribution.  The author specifically grants the
  104.         right to copy and distribute the software, either to all and
  105.         sundry or to a specific group.  For example, some authors
  106.         require written permission before a commercial disk vendor may
  107.         copy their Shareware.
  108.  
  109.         So, Shareware is a distribution method, not a type of
  110.         software.  You should find software that suits your needs and
  111.         pocketbook, whether it's commercial or Shareware.  The
  112.         Shareware system makes fitting your needs easier, because you
  113.         can try before you buy.  And because the overhead is low,
  114.         prices are low also.  Shareware has the ultimate money-back
  115.         guarantee -- if you don't use the product, you don't pay for
  116.         it."
  117.  
  118.  
  119.  
  120.         ORDER FORM
  121.         ----------
  122.         To register HDBCALC and receive the MEMORY RESIDENT VERSION,
  123.         send this form along with your $10 check payable to:
  124.  
  125.                ╔══════════════════════════════════════════════╗
  126.                ║   Jim Lynch - Box 140192, SI NY, 10314  USA  ║
  127.                ╚══════════════════════════════════════════════╝
  128.  
  129.  
  130.  
  131.         NAME____________________________________________________________
  132.  
  133.  
  134.         ADDRESS_________________________________________________________
  135.  
  136.  
  137.         Please indicate where you obtained HDBCALC______________________
  138.  
  139.         ________________________________________________________________
  140.  
  141.  
  142.         Please indicate which "Hotkey" you prefer - the key combination that
  143.         will cause HDBCALC to "popup"  (check one):
  144.  
  145.  
  146.       ___ Alt_LeftShift      ___ Ctrl_LeftShift     ___ LeftShift_RightShift
  147.  
  148.       ___ Alt_CapsLock       ___ Ctrl_CapsLock      ___ RightShift_NumLock
  149.  
  150.       ___ Alt_NumLock        ___ Ctrl_Alt_F1        ___ LeftShift_NumLock
  151.  
  152.       ___ Alt_PgUp           ___ Ctrl_PgUp
  153.  
  154.       ___ Alt_PgDn           ___ Ctrl_PgDn
  155.  
  156.       ___ Alt_Home           ___ Ctrl_Home
  157.  
  158.       ___ Alt_End            ___ Ctrl_End
  159.  
  160.       ___ Alt_Ins            ___ Ctrl_Ins           ___ Don't send resident
  161.                                                         version
  162.  
  163.  
  164.         Thank you for your order.
  165.  
  166.          ----------------end-of-author's-documentation---------------
  167.  
  168.                         Software Library Information:
  169.  
  170.                    This disk copy provided as a service of
  171.  
  172.                         The Public (Software) Library
  173.  
  174.          We are not the authors of this program, nor are we associated
  175.          with the author in any way other than as a distributor of the
  176.          program in accordance with the author's terms of distribution.
  177.  
  178.          Please direct shareware payments and specific questions about
  179.          this program to the author of the program, whose name appears
  180.          elsewhere in  this documentation. If you have trouble getting
  181.          in touch with the author,  we will do whatever we can to help
  182.          you with your questions. All programs have been tested and do
  183.          run.  To report problems,  please use the form that is in the
  184.          file PROBLEM.DOC on many of our disks or in other written for-
  185.          mat with screen printouts, if possible.  The P(s)L cannot de-
  186.          bug programs over the telephone.
  187.  
  188.          Disks in the P(s)L are updated monthly, so if you did not get
  189.          this disk  directly from the P(s)L,  you should be aware that
  190.          the files in this set may no  longer be the current versions.
  191.  
  192.          For a copy of the latest monthly software library newsletter
  193.          and a list of the 1,800+ disks in the library, call or write
  194.  
  195.                         The Public (Software) Library
  196.                               P.O.Box 35705 - F
  197.                            Houston, TX 77235-5705
  198.                                (713) 665-7017
  199.  
  200.